*{
    padding: 0;
    margin: 0;
    font-family: Poppins, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    scroll-behavior: smooth;
}
body{
    background-color: #ffffff;
}
.container{
    padding-bottom: 60px;
}
nav{
    display: flex;
    background: url(../imgs/nav-bg.png);
    background-size: cover;
    background-position: center;
    background-color: #cd7023;
    width: 100%;
    padding: 10px 0;
    z-index: 9999;
    box-shadow: 0px 39px 65px -13px rgba(0,0,0,0.46);
-webkit-box-shadow: 0px 39px 65px -13px rgba(0,0,0,0.46);
-moz-box-shadow: 0px 39px 65px -13px rgba(0,0,0,0.46);
}
#navbar {
    overflow: hidden;
    background-color: #cd7023;
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s;
}
#navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
.searchhold{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 20px;
}
.search-icon{
    font-size: 1.2rem;
    color: #f9f9f9;
    background-color: #cd7023;
    padding: 11px 14px;
    border-radius: 5px 0 0 5px;
}
input[type="search"]{
    padding: 10px;
    margin: 5px 0;
    width: 500px;
    border-radius: 0 5px 5px 0;
    border: none;
}
.banner{
    background: url(../imgs/laundry.jpg);
    background-size: cover;
    background-position: center;
    height: 70vh;
    width: 95%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
}
.header{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bg{
    background-color: rgba(25,25,25,0.2);
    height: 100%;
    border-radius: 0 0 20px 20px;
}
.headerlogo{
    width: 100vh;
    background: url(../imgs/logowhite.png);
    margin-top: 210px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.logo{
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.headerspan{
    font-weight: bold;
    font-size: 1.3rem;
    color: #f5f5f5;
    border-right: 4px solid #f5f5f5;
    padding-right: 80px;
}
.headerbtn{
    background-color: transparent;
    border: 2px solid #f5f5f5;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    margin-top: 10px;
    transition: .2s;
}
.headerbtn:hover{
    background-color: rgba(245, 245, 245, .5);
    color: rgba(51, 51, 51, .3);
}
.headerbtn .btna{
    color: #f5f5f5;
    text-decoration: none;
}
.laristitle, .laintitle{
    font-family: Montserrat;
    font-weight: bold;
    font-size: 1.8rem;
    margin: 40px 50px 10px;
    border-left: 4px solid #333333;
    padding-left: 30px;
    color: #333333;
}
.cardcol, .laincol{
    display: flex;
    justify-content: center;
}
.laris{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.cardcol{
    display: flex;
    gap: 25px;
    margin-top: 30px;
}
.prod{
    width: 27%;
    height: 100%;
    min-height: 400px;
    border-radius: 14px;
    transition: .3s;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
    border: .5px solid #4e4e4e;
    background: url(../imgs/preload-bg.png);
    background-size: cover;
    background-position: center;
}
.prod:hover{
    transform: scale(.97);
}
.prod:active{
    transform: scale(.95);
}
.prodimg{
    width: 100%;
    height: 100%;
    max-width: 300px;
    border-radius: 14px 14px 0 0;
    transition: .3s;
    overflow: hidden;
}
.prodimg img{
    height: 100%;
    object-fit: cover;
}
.prodbg{
    width: 100%;
    min-height: 280px;
    background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
    border-radius: 14px;
}
.info{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 6px 10px;
    position: sticky;
    height: 100%;
}
.name{
    margin-top: 2px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 23px;
    max-width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2b2b2b;
}
.category{
    font-size: .8rem;
    color: #565656;
}
.price{
    font-family: Montserrat;
    text-align: right;
    color: #f9f9f9;
    padding: 4px 10px;
    border-radius: 5px;
    margin-top: 12px;
    background-color: #cd7023;
}
.price-hold{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.laincol{
    margin-top: 20px;
    gap: 5px;
    width: 90%;
    margin: 0 auto;
}
.menu{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.catmenu{
    display: flex;
    gap: 7px;
    list-style: none;
}
.catmenu .opt.active button {
    background-color: #e8802b;
    color: #f5f5f5;
}
.catmenu .opt button:hover {
    background-color: #e8802b;
    color: #f5f5f5;
}
.catmenu .opt button:active {
    transform: scale(.95);
}
.catbtn{
    padding: 5px 14px;
    border-radius: 50px;
    border: none;
    font-size: .8rem;
    background-color: #f0f0f0;
    color: #cd7023;
}
.laincol{
    width: 95%;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.lainimg{
    width: 200px !important;
    height: 200px !important;
    border-radius: 10px;
}
.prodlain{
    padding: 4px;
    border-radius: 20px;
    transition: .2s;
}
.prodlain:hover{
    transform: scale(.97);
}
.prodlain:active{
    transform: scale(.95);
}
.laininfo{
    display: flex;
    flex-direction: column;
    margin-left: 2px;
    margin-top: 5px;
}
.catlain{
    font-size: .7rem;
    color: #a3a3a3;
}
.namelain{
    font-size: 1.2rem;
    width: 100%;
    font-size: 0.9rem;
    font-weight: bold;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 10em;
    line-height: 20px;
    text-overflow: ellipsis;
}
.pricelain{
    font-size: .8rem;
    padding-bottom: 3px ;
}
.morebtn{
    position: sticky;
    bottom: 30px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.showmore{
    padding: 10px 20px;
    color: #f5f5f5;
    background-color: #cd7023;
    border-radius: 50px;
    border: none;
    transition: .1s;
}
.showmore:hover{
    background-color: #f5f5f5;
    color: #e8802b;
}
.showmore:active{
    transform: scale(.97);
}
.imgholder{
    width: 35%;
}
.imgabout{
    background:url(../imgs/laundry.jpg);
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
    border-radius: 30px;
}
#about{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}
.about{
    display: flex;
    gap: 20px;
}
.desc{
    line-height: 25px;
}
.typeholder{
    margin: 10px 0;
    gap: 5px;
    display: flex;
    border-left: 3px solid #f08934;
    flex-wrap: wrap;
    padding: 10px 20px;
}
strong{
    font-size: 1.3rem;
}
.titlehold{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    z-index: 9;
}
.abouttit{
    font-family: Montserrat;
    text-align: center;
    margin: 0 40px;
    font-weight: bold;
    font-style: italic;
    color: #e8802b;
    font-size: 1.3rem;
}
.div{
    height: 2px;
    width: 100%;
    background-color: #f08934;
}
.abouttext{
    width: 65%;
    font-size: .8rem;
}
.aboutcontain{
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    width: 70%;
    padding: 50px;
    margin: 0;
    border-radius: 50px;
background: url(../imgs/about-bg.png);
background-size: calc(cover + 100px);
background-repeat: no-repeat;
background-position: center;

box-shadow:  20px 20px 60px #d9d9d9, -20px -20px 60px #ffffff;
}
.type{
    display: flex;
    padding: 10px 16px;
    background-color: #f0f0f0;
    color: #e8802b;
    font-size: .85rem;
    border-radius: 5px;
}
.add{
    font-weight: bold;
    background-color: #f7f7f7;
    padding: 5px 10px;
    margin: 0 2px;
    font-size: .9rem;
    color: #333333;
}
.swal2-popup{
    width: 40%;
}
.popup{
    padding: 14px 5px 0;
}
.firsthalf{
    display: flex;
    border: 1px solid #e8802b;
    padding: 7px;
    border-radius: 5px;
    background-color: #f5f5f5;
}
.imgdetails{
    width: 200px;
    height: 200px;
}
.imgdetails img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
strong{
    font-size: .9rem;
    color: #f88221;
    margin-bottom: -3px;
}
span{
    font-size: .9rem;
    color: rgb(45, 45, 45);
    font-size: 1.1rem;
}
.namadetail{
    line-height: 25px;
    font-size: .8rem;
}
.sechalf{
    margin-top: 5px;
    border: 1px solid #e8802b;
    padding: 10px;
    border-radius: 5px;
    background-color: #f5f5f5;
    height: 200px;
    overflow: auto;
}
.infodetail{
    text-align: left;
    margin-left: 14px;
    display: flex;
    transform: translateY(-5px);
    flex-direction: column;
    justify-content: flex-end;
}
p{
    display: flex;
    flex-direction: column;
}
.descstrong{
    text-align: left;
    border-left: 3px solid #e8802b;
    padding-left: 10px;
    font-family: Montserrat;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.desc2{
    text-align: left;
    font-size: .9rem;
    padding-right: 6px;
}
.spanname{
    font-weight: bold;
}
.katdetail span, .pricedetail span{
    font-size: .85rem;
}
.login-act{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding-left: 20px;
    font-size: .9rem;
}
.login{
    padding: 0 14px;
    background-color: #a45d0b;
    color: #f7f7f7;
    border-radius: 5px;height: 40px;
    display: flex;
    align-items: center;
}
.signin{
    padding: 0 14px;
    background-color: #f7f7f7;
    border-radius: 5px;
    height: 40px;
    display: flex;
    align-items: center;
}
.sign-btn{
    color: #a45d0b !important;
}
.fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #ff6600; /* Ubah warna sesuai dengan skema warna Anda */
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1000; /* Pastikan FAB selalu di atas elemen lainnya */
}
.fab-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
}
.fab-icon img{
    height: 25px;
    width: 25px;
}
.greet{
    padding-right: 20px;
    color: #f7f7f7;
    font-weight: bold;
    font-size: 1rem;
    padding: 6px 20px;
    background-color: #a45d0b;
    border-radius: 50px;
}
.greet-hold{
    display: flex;
    gap: 6px;
}.logout-btn{
    color: #fc3030 !important;
}
.log-icon{
    color: #fc3030 !important;
    border-radius: 50px;
}.logout-hold{
    background-color: #f7f7f7;
    border-radius: 20px;
    height: 35px;
    width: 100px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.logout-text{
    color: #fc3030;
    font-size: .9rem;
}
.add-ket{
    margin-left: 5px;
    font-size: .9rem;
}
/* CSS untuk Floating Action Button */
.fabadd {
    background-color: #f08934;
    border: none;
    color: white;
    width: auto;
    height: 30px;
    border-radius: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    margin-top: 7px;
}
.fabadd i {
    font-size: 13px;
}
.whatsapp-fab {
    z-index: 9999;
    position: fixed;
    bottom: 5%;
    left: 3%;
    width: 8vw;
    height: 8vw;
    max-width: 60px;
    max-height: 60px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}
.whatsapp-fab:hover {
    transform: scale(1.1);
}
.whatsapp-fab img {
    width: 40%;
    height: 40%;
}